home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
msdos
/
viewers
/
imagepro
/
example2.bat
< prev
next >
Wrap
DOS Batch File
|
1992-06-07
|
627b
|
19 lines
echo off
: EDUCATIONAL EXAMPLE WITH TEXT ON GRAPHIC
: This will give you a basic idea on how to use GTEXT.
: You can substitute these image file names with your images.
show jupiter.gif
gtext "THIS IS A PICTURE TAKEN FROM VOYAGER II." 1 0 16 200 260
say voyager
gtext "JUPITER TAKES ALMOST" 21 20 8 160 260
gtext "12 YEARS TO REVOLVE" 22 20 8 160 260
gtext "AROUND THE SUN." 23 20 8 160 260
delay 5
: ERASE TEXT
gtext "THIS IS A PICTURE TAKEN FROM VOYAGER II." 1 0 16 0 300
gtext "JUPITER TAKES ALMOST" 21 20 8 0 260
gtext "12 YEARS TO REVOLVE" 22 20 8 0 260
gtext "AROUND THE SUN." 23 20 8 0 260
zoom out